home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
New Star Software Collection
/
NSS_Collection.iso
/
3-146 prodig serves
/
1.ima
/
PROD.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1992-07-23
|
186 b
|
13 lines
echo off
cls
:START
If Exist RESTART.PRD DEL RESTART.PRD
ModemUtl %1
If ERRORLEVEL == 1 goto END
RS %2 %3 %4 %5 %6 %7 %8 %9
ModemUtl H
if Exist RESTART.PRD goto START
:END